April 9, 2019

Creating a webpage that involves plotly

Create a web page presentation using R Markdown that features a plot created with Plotly. Host your webpage on either GitHub Pages, RPubs, or NeoCities. Your webpage must contain the date that you created the document, and it must contain a plot created with Plotly. We would love to see you show off your creativity! ## Slide with R Output My dataset is airport dataset, containing all the parameters below.

## Warning: package 'plotly' was built under R version 3.5.3
## Loading required package: ggplot2
## 
## Attaching package: 'plotly'
## The following object is masked from 'package:ggplot2':
## 
##     last_plot
## The following object is masked from 'package:stats':
## 
##     filter
## The following object is masked from 'package:graphics':
## 
##     layout
##   IATA                             AIRPORT          CITY STATE COUNTRY
## 1  ABQ           Albuquerque International   Albuquerque    NM     USA
## 2  ANC Ted Stevens Anchorage International     Anchorage    AK     USA
## 3  ATL   William B Hartsfield-Atlanta Intl       Atlanta    GA     USA
## 4  AUS      Austin-Bergstrom International        Austin    TX     USA
## 5  BDL               Bradley International Windsor Locks    CT     USA
## 6  BHM            Birmingham International    Birmingham    AL     USA
##   LATITUDE  LONGITUDE
## 1 35.04022 -106.60919
## 2 61.17432 -149.99619
## 3 33.64044  -84.42694
## 4 30.19453  -97.66987
## 5 41.93887  -72.68323
## 6 33.56294  -86.75355

Created 10 April, 2019.

## Warning in RColorBrewer::brewer.pal(N, "Set2"): n too large, allowed maximum for palette Set2 is 8
## Returning the palette you asked for with that many colors

## Warning in RColorBrewer::brewer.pal(N, "Set2"): n too large, allowed maximum for palette Set2 is 8
## Returning the palette you asked for with that many colors